home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00284.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  261 b   |  14 lines

  1. on preset
  2.   global theme
  3.   set theme to random(3)
  4.   if theme = 1 then
  5.     set the movieRate of sprite 31 to 1
  6.   end if
  7.   if theme = 2 then
  8.     set the movieRate of sprite 30 to 1
  9.   end if
  10.   if theme = 3 then
  11.     set the movieRate of sprite 38 to 1
  12.   end if
  13. end
  14.